projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31acaf4
)
babl-cache: expect newline trouble on win32
author
Øyvind Kolås
<pippin@gimp.org>
Mon, 21 Nov 2016 12:42:55 +0000
(13:42 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Mon, 21 Nov 2016 12:42:55 +0000
(13:42 +0100)
babl/babl-cache.c
patch
|
blob
|
history
diff --git
a/babl/babl-cache.c
b/babl/babl-cache.c
index e0c93656497feb20822ee4ba1031728a1b746010..e1c3dd369511a95398520deec69909e06b42a77c 100644
(file)
--- a/
babl/babl-cache.c
+++ b/
babl/babl-cache.c
@@
-207,7
+207,7
@@
void babl_init_db (void)
{
const char *path = fish_cache_path ();
long length = -1;
- char seps[] = "\n";
+ char seps[] = "\n
\r
";
Babl *babl = NULL;
char *contents = NULL;
char *token;